projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bd4dd
)
(fortran-tab-mode-string): Revert change merged in from EMACS_22 branch.
author
Glenn Morris
<rgm@gnu.org>
Sat, 27 Oct 2007 19:14:08 +0000
(19:14 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 27 Oct 2007 19:14:08 +0000
(19:14 +0000)
This code behaves differently on the trunk.
lisp/progmodes/fortran.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/fortran.el
b/lisp/progmodes/fortran.el
index 9ce55c277805e22cbd57616647e4d8258b0992c3..023e285659a0bfbface2d48e834c8ed7a670e70d 100644
(file)
--- a/
lisp/progmodes/fortran.el
+++ b/
lisp/progmodes/fortran.el
@@
-100,7
+100,7
@@
with a character in column 6."
"String to appear in mode line in TAB format buffers."
:type 'string
:group 'fortran-indent)
-(put 'fortran-tab-mode-string '
safe-local-variable 'stringp
)
+(put 'fortran-tab-mode-string '
risky-local-variable t
)
(defcustom fortran-do-indent 3
"Extra indentation applied to DO blocks."